Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to polkadot 1.1.0 #1004

Merged
merged 23 commits into from
Oct 9, 2023
Merged

Upgrade to polkadot 1.1.0 #1004

merged 23 commits into from
Oct 9, 2023

Conversation

CertainLach
Copy link
Member

No description provided.

Cargo.toml Outdated Show resolved Hide resolved
orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
orml-tokens = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нам норм от Moonbeam зависеть?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR ещё не принят, но там всё в целом ок.

README.md Outdated Show resolved Hide resolved
fp-rpc = { workspace = true }

app-promotion-rpc = { workspace = true }
fc-api.workspace = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Как-то не консистентно. В одних местах через { workspace = true }, а в других .workspace = true

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Какие-то вещи руками изменялись, какие-то cargo upgrade/cargo add трогал, какие-то через deppatcher патчились...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

По идее такое taplo должен уметь, но я не вижу у него опции этой.
Могу в deppatcher написать форматирование такого, по идее не сложно)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сам я считаю что лучше = {workspace = true} делать, поскольку так проще новые поля добавлять

node/cli/Cargo.toml Show resolved Hide resolved
node/cli/src/service.rs Show resolved Hide resolved
pallets/evm-transaction-payment/src/lib.rs Show resolved Hide resolved
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
#[derive(
Encode, Decode, Debug, Clone, PartialEq, TypeInfo, MaxEncodedLen, Serialize, Deserialize,
)]
pub enum MetaUpdatePermission {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Судя по всему, мы могли бы это убрать, все миграции релеватные давно прошли

runtime/common/config/pallets/scheduler.rs Outdated Show resolved Hide resolved
runtime/common/config/substrate.rs Show resolved Hide resolved
@mrshiposha
Copy link
Contributor

@CertainLach в основном только вопросы и пара nitpicks

@CertainLach
Copy link
Member Author

Нода будет отдельным PRом

@CertainLach CertainLach merged commit 900be63 into develop Oct 9, 2023
11 of 16 checks passed
@CertainLach CertainLach deleted the feature/update-polkadot-1.1 branch October 9, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants